home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / gfx / misc / gnuplot-src.lha / gnuplot-3.7.1src / gnuplot-3.7.1.lha / gnuplot-3.7.1 / gnuplot.prj < prev    next >
Encoding:
Text File  |  1998-04-22  |  2.1 KB  |  61 lines

  1. ;
  2. ;  $Id: gn significant !!
  3. 1.2 1998/04/22 13:37:12 lhecking Exp $
  4. ;
  5. ; gnuplot.prj - this project can be used for both PureC and TurboC on the
  6. ; Atari. It is currently set up for PureC, but if you change all lines
  7. ; starting with PC to TC and add -D__PUREC__ to the .C[] commandline, you might
  8. ; be able to compile with TC as well (hopefully). Maybe you will have to change
  9. ; the #include lines in term.c from term/... to term\...
  10. ; if the program hangs up when you press ^C or ^D, add -DBROKEN_SIGINT to the
  11. ; .C[] commandline.
  12. ;
  13. ; Additionally you have to compile doc2gih.c in docs as .ttp program and
  14. ; execute 'doc2gih.ttp gnuplot.doc ..\gnuplot.gih'
  15. ;
  16. ; the executable works with both regular AES and MultiAES. Please read the
  17. ; comments in makefile.st for limitations
  18. ;
  19.  
  20. gnuplot.prg
  21. ; some of the demos require quite a large stack
  22. .L[-S=122880]
  23. .C[-P -Iterm -DATARI -DREADLINE -DHELPFILE="GNUPLOT.GIH" -DSTRNICMP -DNO_SYS_TYPES_H]
  24. =
  25. PCSTART.O
  26. binary        (binary.c, plot.h)
  27. bitmap        (bitmap.c, bitmap.h, plot.h)
  28. command        (command.c, help.h, plot.h, setshow.h)
  29. contour        (contour.c, plot.h)
  30. eval        (eval.c, plot.h)
  31. fit        (fit.c, plot.h, fit.h, matrix.h)
  32. gnubin        (gnubin.c, plot.h, setshow.h)
  33. graphics    (graphics.c, plot.h, setshow.h)
  34. graph3d        (graph3d.c, plot.h, setshow.h)
  35. help        (help.c, help.h, plot.h)
  36. internal    (internal.c, plot.h)
  37. interpol    (interpol.c, plot.h)
  38. matrix        (matrix.c, plot.h, matrix.h)
  39. misc        (misc.c, help.h, plot.h, setshow.h)
  40. parse        (parse.c, plot.h)
  41. plot        (plot.c, plot.h, setshow.h)
  42. readline    (readline.c, plot.h)
  43. scanner        (scanner.c, plot.h)
  44. setshow        (setshow.c, plot.h, setshow.h)
  45. specfun        (specfun.c, plot.h)
  46. standard    (standard.c, plot.h)
  47. stdfn        (stdfn.c, stdfn.h)
  48. term        (term.c, bitmap.h, plot.h, setshow.h, term.h,
  49.          term\atari.trm, term\dumb.trm, term\eepic.trm,
  50.          term\epson.trm, term\hpgl.trm, term\hpljii.trm,
  51.          term\hppj.trm, term\latex.trm, term\pbm.trm,
  52.          term\post.trm, term\texdraw.trm, term\tgif.h,
  53.          term\tgif.trm, term\tpic.trm)
  54. util        (util.c, plot.h)
  55. version        (version.c)
  56. PCFLTLIB.LIB     ; note: the order of the librarys is significant !!
  57. PCSTDLIB.LIB
  58. PCEXTLIB.LIB
  59. PCTOSLIB.LIB
  60. PCGEMLIB.LIB
  61.